iOS 設置tableView右側索引
1.設置右側索引字體顏色 self.tabView.sectionIndexColor = [UIColor blackColor]; 2.設置右側索引背景色 self.cityTabView ...
1.設置右側索引字體顏色 self.tabView.sectionIndexColor = [UIColor blackColor]; 2.設置右側索引背景色 self.cityTabView ...
1.tableView有兩種展現形式,UITableViewStylePlain和UITableViewStyleGrouped 創建tableView self.tableView = [[UI ...
1.直接把tableView設置成self.tableView.separatorStyle =UITableViewCellSeparatorStyleNone.然后自定義cell那里自己加一個vi ...